Opc.Ua.Core
Bindings Property



Opc.Ua.Bindings Namespace > TransportBindingsBase<T> Class : Bindings Property
Dictionary of bindings.
Syntax
'Declaration
 
Protected Property Bindings As Dictionary(Of String,T)
'Usage
 
Dim instance As TransportBindingsBase(Of T)
Dim value As Dictionary(Of String,T)
 
instance.Bindings = value
 
value = instance.Bindings
protected Dictionary<string,T> Bindings {get; set;}
protected:
property Dictionary<String^,T^>^ Bindings {
   Dictionary<String^,T^>^ get();
   void set (    Dictionary<String^,T^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransportBindingsBase<T> Class
TransportBindingsBase<T> Members